Brian Read
6d3f8f48c2
- Change to network-online for systemd startup to make sure network is up [SME: 12758]
21 lines
506 B
Desktop File
21 lines
506 B
Desktop File
[Unit]
|
|
Description=Server Manager 2 Mojo
|
|
Requires=network-online.target httpd-e-smith.service ldap.service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
SyslogIdentifier=smanager
|
|
WorkingDirectory=/usr/share/smanager/script
|
|
PIDFile=/run/smanager.pid
|
|
ExecStartPre=/sbin/e-smith/service-status smanager
|
|
ExecStart=/usr/bin/hypnotoad srvmngr -f
|
|
ExecStop=/usr/bin/hypnotoad -s srvmngr
|
|
ExecReload=/usr/bin/hypnotoad srvmngr
|
|
KillMode=process
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=sme-server.target
|