mdserver-web/plugins/cloudreve/init.d/cloudreve.service.tpl

13 lines
293 B
Smarty
Raw Permalink Normal View History

2024-10-14 12:29:57 -04:00
[Unit]
Description=A file list program that supports multiple storage
After=network.target
[Service]
Type=simple
WorkingDirectory={$SERVER_PATH}/cloudreve
ExecStart={$SERVER_PATH}/cloudreve/cloudreve
ExecReload=/bin/kill -USR2 $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target