a few important fixes, mostly improvements
[distro-setup] / subdir_files / .config / systemd / user / profanity.service
index ed713cd2f9ee1ec89d35a7c5a3e1b02f9220bd19..b7b9a058056b573061475a7814862fa6962ceccd 100644 (file)
@@ -11,8 +11,11 @@ Description=profanity
 After=gpg-agent.service
 
 [Service]
-# bash is required to get colors working
-ExecStart=/usr/bin/screen -S profanity -Dm /bin/bash -c profanity
+# tmux requirement
+Type=forking
+
+# new-session is a tmux command which allows launching profanity.
+ExecStart=/usr/bin/tmux -L profanity new-session -d profanity
 
 [Install]
 WantedBy=default.target