bunch of new stuff, a few fixes
[distro-setup] / machine_specific / li / subdir_files / .config / systemd / user / fsysbot.service
diff --git a/machine_specific/li/subdir_files/.config/systemd/user/fsysbot.service b/machine_specific/li/subdir_files/.config/systemd/user/fsysbot.service
new file mode 100644 (file)
index 0000000..b36b6d3
--- /dev/null
@@ -0,0 +1,15 @@
+### Eggdrop systemd unit, generated by autosystemd
+
+[Unit]
+Description=fsysbot (Eggdrop)
+After=default.target
+
+[Service]
+WorkingDirectory=/home/iank/eggdrop
+ExecStart=/home/iank/eggdrop/eggdrop eggdrop-fsysbot.conf
+ExecReload=/usr/bin/kill -s HUP $MAINPID
+Type=forking
+Restart=on-abnormal
+
+[Install]
+WantedBy=default.target