Initial import
This commit is contained in:
commit
660133c812
28 changed files with 3983 additions and 0 deletions
17
Scripts/alterfrn.service
Normal file
17
Scripts/alterfrn.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue