Skip to content
Snippets Groups Projects
Commit ab3277af authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

add systemd file for the IPPIDB Web service

Former-commit-id: 9630788ac02ee28b562dd6114f067981fdbdaa36
parent 82075a52
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=IPPIDB Web Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/ippidb-80/apachectl start
ExecStop=/etc/ippidb-80/apachectl stop
[Install]
WantedBy=multi-user.target
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment