8 lines
134 B
SYSTEMD
8 lines
134 B
SYSTEMD
|
|
[Unit]
|
||
|
|
BindsTo=autostart.target
|
||
|
|
|
||
|
|
ConditionEnvironment=MACHINE_HAS_NEXTCLOUD=true
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/nextcloud --background
|