diff options
Diffstat (limited to 'podcasttune.service')
-rw-r--r-- | podcasttune.service | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/podcasttune.service b/podcasttune.service new file mode 100644 index 00000000000..aabd42659d9 --- /dev/null +++ b/podcasttune.service @@ -0,0 +1,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 |