blob: 7f4a2dfb1343370cf8031e6a629bae1afd501a6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description = SyncClipboard Server
Wants = network-online.target
After = network-online.target
[Service]
User = syncclipboard
Restart = on-failure
WorkingDirectory = /var/lib/syncclipboard
ExecStart = /usr/bin/syncclipboard-server --contentRoot /var/lib/syncclipboard
ProtectSystem = yes
ProtectHome = yes
PrivateTmp = yes
NoNewPrivileges = yes
[Install]
WantedBy = multi-user.target
|