From 46ad3284a227a94589829b6216f6cce8b4078fa1 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 5 Jul 2016 11:27:31 +0200 Subject: [PATCH] add unfinished systemd file --- autostart/systemd/fenrir.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 autostart/systemd/fenrir.service 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