Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul

This commit is contained in:
DarkFeather
2019-05-06 02:04:19 -05:00
parent deac12d010
commit c12535de2e
176 changed files with 289 additions and 235 deletions

15
EtcFiles/tmux@.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=TMUX/Weechat Session for User %I
After=network.target shadow.service
[Service]
ExecStart=/usr/sbin/tmux new-session -d -c IRC weechat
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failed
Type=oneshot
User=%I
Group=%I
[Install]
WantedBy=multi-user.target