Rename config file, parameters, application name, package.
This commit is contained in:
10
src/systemd/ma1sd.service
Normal file
10
src/systemd/ma1sd.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=ma1sd
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
User=ma1sd
|
||||
ExecStart=/usr/bin/ma1sd -c /etc/ma1sd/ma1sd.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=mxisd
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
User=mxisd
|
||||
ExecStart=/usr/bin/mxisd -c /etc/mxisd/mxisd.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user