mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
After=casaos-message-bus.service
|
|
After=rclone.service
|
|
ConditionFileNotEmpty=/etc/casaos/casaos.conf
|
|
Description=CasaOS Main Service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/casaos -c /etc/casaos/casaos.conf
|
|
PIDFile=/var/run/casaos/casaos.pid
|
|
Restart=always
|
|
Type=notify
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|