rebound/misc/packaging/systemd/rebound.systemd.service

13 lines
235 B
SYSTEMD

[Unit]
Description=rebound service
After=network.target
[Service]
Type=simple
Restart=on-failure
EnvironmentFile=/etc/rebound/environ
WorkingDirectory=/usr/share/rebound
ExecStart=/usr/bin/rebound
[Install]
WantedBy=multi-user.target