mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-15 21:45:31 +00:00
* add send notify function * add shell script * add system notiry * remove disk and test common package * update http status * add share function to common * remove temp path * remove /DATA directory initialization - moved to local-storage (#578) * update goreleaser configuration * wip * change service type to notify for systemd so its status is OK only when service is initialized successfully * update CasaOS-Common to fix runtime error * wip * add send notify function * add shell script * add system notiry * remove disk and test common package * update http status * add share function to common * remove temp path * remove /DATA directory initialization - moved to local-storage (#578) * update goreleaser configuration * wip * change service type to notify for systemd so its status is OK only when service is initialized successfully * update CasaOS-Common to fix runtime error * wip * wip * wip * wip * wip * Utilization interface to supplement disk information * fix upload file * wip * wip * add update url * wip * wip * add change log * update changelog Co-authored-by: LinkLeong <a624669980@163.com>
14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
After=casaos-gateway.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
|