how-to-use/linux/transm.service

16 lines
277 B
SYSTEMD
Raw Normal View History

2024-12-16 15:34:04 +08:00
[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