source: trunk/Install/deb/debian/conf/wowpreklad.service

Last change on this file was 875, checked in by chronos, 7 years ago
  • Added: Systemd service file.
File size: 309 bytes
Line 
1[Unit]
2Description=Wowpreklad background service
3After=network.target
4
5[Service]
6WorkingDirectory=/usr/share/wowpreklad/
7User=wowpreklad
8Group=wowpreklad
9Type=simple
10ExecStart=/usr/bin/php /usr/share/wowpreklad/Modules/Export/ProcessTask.php
11RestartSec=15
12Restart=always
13
14[Install]
15WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.