Line 0
Link Here
|
0 |
- |
1 |
# koha-common.service |
|
|
2 |
# /etc/systemd/system/koha-common.service |
3 |
|
4 |
[Unit] |
5 |
Description=Start required services for each Koha instance |
6 |
SourcePath=/etc/init.d/koha-common |
7 |
Before=multi-user.target |
8 |
Before=graphical.target |
9 |
After=remote-fs.target |
10 |
After=memcached.service |
11 |
|
12 |
[Service] |
13 |
Type=forking |
14 |
Restart=no |
15 |
TimeoutSec=5min |
16 |
IgnoreSIGPIPE=no |
17 |
KillMode=process |
18 |
GuessMainPID=no |
19 |
RemainAfterExit=yes |
20 |
SuccessExitStatus=5 6 |
21 |
ExecStart=/etc/init.d/koha-common start |
22 |
ExecStop=/etc/init.d/koha-common stop |