11 lines
190 B
Desktop File
11 lines
190 B
Desktop File
[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
|