mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
14 lines
288 B
Desktop File
14 lines
288 B
Desktop File
[Unit]
|
|
Description=__APP__ agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__SYSTEMD_USER__
|
|
Group=__SYSTEMD_USER__
|
|
ExecStart=/usr/bin/nomad agent -config=__CONFIG_PATH__
|
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|