This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
logtracker/debian/logtracker-agent.service

16 lines
297 B
Desktop File

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