mirror of
https://github.com/rclone/rclone.git
synced 2024-12-11 09:41:47 +01:00
12 lines
190 B
SYSTEMD
12 lines
190 B
SYSTEMD
|
[Unit]
|
||
|
Description=sample
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=/path/to/sample
|
||
|
ExecStop=/bin/kill -SIGTERM $MAINPID
|
||
|
ExecReload=/bin/kill -SIGHUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = multi-user.target
|