4
Fork 0

Initial import

This commit is contained in:
R3ABM Artem 2016-03-23 20:08:20 +03:00
commit 660133c812
28 changed files with 3983 additions and 0 deletions

17
Scripts/alterfrn.service Normal file
View file

@ -0,0 +1,17 @@
[Unit]
Description=AlterFRN Client
Afer=network.target sound.target
[Service]
; system.service
Type=simple
ExecStart=/opt/AlterFRN/alterfrn.sh
Restart=on-failure
; system.exec
User=frn
Group=frn
StandardOutput=null
WorkingDirectory=/opt/AlterFRN
[Install]
WantedBy=multi-user.target