blob: 2b0cd5529399b36ee570b8639c9901026e3d982b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=NTFY notifications
After=network.target
[Service]
ExecStart=/usr/bin/ntfy serve
WorkingDirectory=/var/lib/ntfy
User=ntfy
Group=ntfy
PrivateTmp=true
[Install]
WantedBy=multi-user.target
|