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

15 lines
288 B
SYSTEMD
Raw Normal View History

2022-07-20 12:04:29 +02:00
[Unit]
2022-07-21 08:24:29 +02:00
Description=__APP__ agent
2022-07-20 12:04:29 +02:00
After=network.target
[Service]
Type=simple
2022-07-21 08:24:29 +02:00
User=__SYSTEMD_USER__
Group=__SYSTEMD_USER__
ExecStart=/usr/bin/nomad agent -config=__CONFIG_PATH__
2022-07-20 12:04:29 +02:00
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target