1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
dispatch_ynh/conf/systemd.service

14 lines
213 B
SYSTEMD
Raw Normal View History

2021-05-30 12:34:29 +02:00
[Unit]
Description=Dispatch IRC client
2021-08-30 11:42:05 +02:00
After=network.target
2021-05-30 12:34:29 +02:00
[Service]
Type=simple
User=__APP__
2021-08-30 11:42:05 +02:00
Group=__APP__
WorkingDirectory=__FINALPATH__/
2021-05-30 12:34:29 +02:00
ExecStart=__FINALPATH__/dispatch
[Install]
2021-08-30 11:42:05 +02:00
WantedBy=multi-user.target