mostly profanity and fixes
[distro-setup] / filesystem / etc / systemd / system / profanity.service
1 [Unit]
2 Description=profanity
3 After=network-online.target
4
5 [Service]
6 # bash is required to get colors working
7 ExecStart=/usr/bin/screen -S profanity -Dm /bin/bash -c profanity
8 User=iank
9 Group=iank
10
11 [Install]
12 WantedBy=multi-user.target