summaryrefslogtreecommitdiff
path: root/usr/lib/systemd/system/anytun.service
blob: 46386f4cb2f9e3df2be42866a0618b699c92207b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Anytun Service
After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
WorkingDirectory=/etc/anytun

[Install]
WantedBy=multi-user.target