mostly profanity and fixes
[distro-setup] / filesystem / etc / systemd / system / profanity.service
diff --git a/filesystem/etc/systemd/system/profanity.service b/filesystem/etc/systemd/system/profanity.service
new file mode 100644 (file)
index 0000000..b9ecb1b
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=profanity
+After=network-online.target
+
+[Service]
+# bash is required to get colors working
+ExecStart=/usr/bin/screen -S profanity -Dm /bin/bash -c profanity
+User=iank
+Group=iank
+
+[Install]
+WantedBy=multi-user.target