tellusagent/systemd/tellusagent.service

16 lines
327 B
Desktop File

# 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