File: json2file-go.service

package info (click to toggle)
json2file-go 1.14
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: sh: 298; makefile: 10
file content (19 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# systemd service definition for json2file-go
[Unit]
Description=json2file-go daemon
After=network.target
Requires=json2file-go.socket
ConditionPathExists=/etc/json2file-go/dirlist
Documentation=man:json2file-go(8)

[Service]
Type=simple
Restart=always
ExecStart=/usr/lib/json2file-go/json2file-go
NonBlocking=true
User=www-data
Group=www-data
UMask=0007

[Install]
WantedBy=multi-user.target