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