16 lines
277 B
Desktop File
16 lines
277 B
Desktop File
[Unit]
|
|
Description=transm(taynpg)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=typ
|
|
Group=typ
|
|
WorkingDirectory=/home/typ/program/transm
|
|
ExecStart=/home/typ/program/transm/transms 9898
|
|
ExecReload=/bin/kill -s KILL $MAINPID
|
|
Restart=never
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|