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