[systemd] default is the target
This commit is contained in:
@ -8,4 +8,4 @@ ExecStop=kill $(pidof snapclient)
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|||||||
@ -5,4 +5,4 @@ Description=Sync mail
|
|||||||
ExecStart=/home/powellc/.bin/syncmail
|
ExecStart=/home/powellc/.bin/syncmail
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|||||||
@ -15,4 +15,4 @@ MemoryDenyWriteExecute=true
|
|||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user