mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 18:43:50 +00:00
vendor: add github.com/okzk/sdnotify
This commit is contained in:
committed by
Nick Craig-Wood
parent
6cc968b085
commit
0bfa29cbcf
11
vendor/github.com/okzk/sdnotify/sample/sample.service
generated
vendored
Normal file
11
vendor/github.com/okzk/sdnotify/sample/sample.service
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user