blob: 099db8dbb0a29f9c81fc94297045b9289166414a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Requires=postgresql.service
After=postgresql.service
Description=ParabolaWeb reporead_inotify daemon
[Service]
Type=simple
ExecStart=@sbindir@/parabolaweb-reporead-inotify
[Install]
WantedBy=multi-user.target
|