11 lines
170 B
SYSTEMD
11 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=nextcloud maintenance
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/var/roothome/app/bin/home/nextcloud
|
||
|
#Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|