Compare commits
No commits in common. "primary" and "0.1" have entirely different histories.
2 changed files with 4 additions and 10 deletions
|
@ -1,15 +1,9 @@
|
|||
[Unit]
|
||||
Description=Create %i images for LXD
|
||||
Requires=network-online.target lxd.service
|
||||
Wants=network-online.target lxd.service
|
||||
After=network-online.target lxd.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/distrobuilder-create %i
|
||||
User=distrobuilder-create
|
||||
Group=distrobuilder-create
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
User=distrobuilder
|
||||
Group=distrobuilder
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Create %i images for LXD
|
||||
Description=Create LXD images on a monthly basis
|
||||
|
||||
[Timer]
|
||||
OnBootSec=15min
|
||||
|
|
Loading…
Reference in a new issue