summarylogtreecommitdiffstats
path: root/podcasttune.service
blob: aabd42659d9d7ea4e351c4ca58470c88aca5b867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=Podcast Tune server
After=network.target

[Service]
User=podcasttune
Group=podcasttune
Type=simple
ExecStart=/usr/bin/meteor /usr/share/webapps/podcasttune
WorkingDirectory=/usr/share/webapps/podcasttune
LimitNOFILE=1048576
LimitNPROC=64
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/usr/share/webapps/podcasttune

[Install]
WantedBy=multi-user.target