mirror of
https://github.com/rclone/rclone.git
synced 2025-03-13 07:35:13 +08:00
14 lines
225 B
Desktop File
14 lines
225 B
Desktop File
[Unit]
|
|
Description=sample
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/path/to/sample
|
|
ExecStop=/bin/kill -SIGTERM $MAINPID
|
|
ExecReload=/bin/kill -SIGHUP $MAINPID
|
|
WatchdogSec=60s
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|