# /etc/systemd/system/multi-user.target.wants/

[Unit]
Description=sph-cms

[Service]
Environment="GUILE_LOAD_PATH=/opt/web-app:/usr/share/guile/2.2:/usr/share/guile/site"
WorkingDirectory=/opt/web-app/sph-cms
ExecStart=/opt/web-app/sph-cms/exe/start
Type=simple
Restart=on-failure

[Install]
WantedBy=multi-user.target