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
ericgaspar 880cf7e347
Fix
2021-08-30 11:42:05 +02:00

13 lines
213 B
Desktop File

[Unit]
Description=Dispatch IRC client
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/dispatch
[Install]
WantedBy=multi-user.target