Skip to content

A repo to store little snippets I find interesting/useful

Notifications You must be signed in to change notification settings

luther84/Bits_and_Pieces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Cute little systemd automatic service restart unit

root@emby:/etc/systemd/system/emby-server.service.d# pwd
/etc/systemd/system/emby-server.service.d
root@emby:/etc/systemd/system/emby-server.service.d# cat restart.conf
[Service]
Type=forking
GuessMainPID=true
Restart=on-failure
RestartSec=5s

Added to ovpn file on Ubuntu 18.04 to allow proper search domain to be set

script-security 2
up /etc/openvpn/update-systemd-resolved
down /etc/openvpn/update-systemd-resolved
down-pre

About

A repo to store little snippets I find interesting/useful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published