summarylogtreecommitdiffstats
path: root/karin-proxy-daemon.service
blob: c43627ffc9de4d95b39014b1e9ecf7b7941ec871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=KarinCore Proxy Daemon
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/karin-proxy-daemon
Restart=always
RestartSec=3
PrivateTmp=false

[Install]
WantedBy=multi-user.target