1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Agent Last Position Tracker
Documentation=https://varlink.org
After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.nix-profile/bin/agent-last-position server
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target
|