summarylogtreecommitdiffstats
path: root/tideways-daemon.service
blob: 45d666d59007c64f08d801b527068f033be43cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Tideways Profiler Daemon
After=network.target

[Service]
Type=simple
User=tideways
Group=tideways
ExecStart=/usr/bin/tideways-daemon -pidfile=/run/tideways/tideways-daemon.pid -log=/var/log/tideways/daemon.log
PIDFile=/run/tideways/tideways-daemon.pid
Restart=always

[Install]
WantedBy=multi-user.target