Added systemd generators for tellus

This commit is contained in:
PD0ZRY Rudy 2017-03-11 22:33:00 +01:00
parent fea8c89343
commit 2cb0dd36d3
4 changed files with 57 additions and 3 deletions

View file

@ -0,0 +1,16 @@
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=TellusAgent service
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
WorkingDirectory=/opt/TellusAgent/
[Install]
WantedBy=multi-user.target