blob: cb4cf3934c40fe13bbeb4a14fc5e231b22ad0416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Douane Daemon
[Service]
User=douane
Group=douane
Type=simple
ExecStart=/usr/bin/douaned
WorkingDirectory=/var/lib/douane
Nice=-20
UMask=0
[Install]
WantedBy=multi-user.target
|