diff --git a/autostart/systemd/fenrir.service b/autostart/systemd/fenrir.service new file mode 100644 index 00000000..ca7d2c47 --- /dev/null +++ b/autostart/systemd/fenrir.service @@ -0,0 +1,11 @@ +[Unit] +Description=fenrir +#After= + +[Service] +ExecStart=path_to_executable +Type=forking +PIDFile=path_to_pidfile + +[Install] +WantedBy=default.target