initial commit of file from CVS for smeserver-geneweb on Sat Sep 7 19:54:18 AEST 2024
This commit is contained in:
14
root/usr/lib/systemd/system/geneweb.service
Normal file
14
root/usr/lib/systemd/system/geneweb.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Geneweb Service
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
## Is geneweb service enabled in config db ?
|
||||
ExecStartPre=/sbin/e-smith/service-status geneweb
|
||||
ExecStart=/bin/bash /usr/lib/systemd/systemd-geneweb start
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
Reference in New Issue
Block a user