-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-monster.json
45 lines (39 loc) · 1.23 KB
/
package-monster.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "hcloud-persistent-net",
"version": "1.0.0",
"package-monster": "0.4.0",
"description": "persistent network interface names for hetzner cloud",
"license": "MPL-2.0",
"author": "Andi Dittrich <[email protected]>",
"website": "https://github.com/AenonDynamics/hcloud-persistent-net",
"bugs": "https://github.com/AenonDynamics/hcloud-persistent-net/issues",
"multiversion": false,
"repository": "public",
"type": "script",
"debian": {
"section": "net",
"priority": "optional",
"dependencies": [
],
"files": [
{
"src": "systemd/10-hcloud-wan.link",
"dst": "/lib/systemd/network/10-hcloud-wan.link"
},
{
"src": "systemd/10-hcloud-net0.link",
"dst": "/lib/systemd/network/10-hcloud-net0.link"
},
{
"src": "systemd/10-hcloud-net1.link",
"dst": "/lib/systemd/network/10-hcloud-net1.link"
},
{
"src": "systemd/10-hcloud-net2.link",
"dst": "/lib/systemd/network/10-hcloud-net2.link"
}
],
"scripts": {
}
}
}